home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
djgpp
/
go32
/
driver.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-08-15
|
242 b
|
8 lines
/* DJ - tcc 2.0 can't handle "far driver[]" */
/* #define DRIVER_CODE far builtin_driver_code */
#define DRIVER_CODE builtin_driver_code
/* DJ - end */
#include "driver.h"
int builtin_driver_size = sizeof(builtin_driver_code) - 16;